home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
EnigmA Amiga Run 1996 March
/
EnigmA AMIGA RUN 05 (1996)(G.R. Edizioni)(IT)[!][issue 1996-03][Skylink CD IV].iso
/
earcd
/
faq
/
kjvcbibl.lha
/
cbible
/
rexx
/
jump2new.thnkr
< prev
next >
Wrap
Text File
|
1992-05-31
|
340b
|
19 lines
/* open 2 new windows to anchor statement */
options results
trace off
address 'Thinker'
get filename
fn = result
'window id '
wid = result
get blocknumber
bn = result
window open '0,100,640,100'
jump origin fn
jump label first '0' || bn || 'b'
window open '0,0,625,132'
jump origin fn
jump label first '0' || bn || 'b'
window close wid